From 601e10b0c1428a9d05703285a6c408dbe71852c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Fri, 18 May 2012 18:25:03 +0200 Subject: [PATCH] Mark strings in embedded XML code in plugman.c as translatable Just like bloadpad's. Also add plugman.c to POTFILES.skip to *not* actually translate it. --- examples/plugman.c | 22 +++++++++++----------- po-properties/POTFILES.skip | 1 + po/POTFILES.skip | 1 + 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/examples/plugman.c b/examples/plugman.c index 6f0ed2ad20..7efeeae26a 100644 --- a/examples/plugman.c +++ b/examples/plugman.c @@ -322,13 +322,13 @@ configure_plugins (GSimpleAction *action, " True" " " " " - " Red Plugin - turn your text red" + " Red Plugin - turn your text red" " True" " " " " " " " " - " Black Plugin - turn your text black" + " Black Plugin - turn your text black" " True" " " " " @@ -339,7 +339,7 @@ configure_plugins (GSimpleAction *action, " True" " " " " - " Close" + " Close" " True" " " " " @@ -392,13 +392,13 @@ plug_man_startup (GApplication *application) " " "
" " " - " _About Plugman" + " _About Plugman" " app.about" " " "
" "
" " " - " _Quit" + " _Quit" " app.quit" " <Primary>q" " " @@ -406,14 +406,14 @@ plug_man_startup (GApplication *application) "
" " " " " - " _Edit" + " _Edit" "
" " " - " _Copy" + " _Copy" " win.copy" " " " " - " _Paste" + " _Paste" " win.paste" " " "
" @@ -421,16 +421,16 @@ plug_man_startup (GApplication *application) " " "
" " " - " Plugins" + " Plugins" " app.plugins" " " "
" "
" " " - " _View" + " _View" "
" " " - " _Fullscreen" + " _Fullscreen" " win.fullscreen" " " "
" diff --git a/po-properties/POTFILES.skip b/po-properties/POTFILES.skip index ff6e291201..586cd61cd9 100644 --- a/po-properties/POTFILES.skip +++ b/po-properties/POTFILES.skip @@ -3,6 +3,7 @@ demos/gtk-demo/menus.ui demos/gtk-demo/theming.ui demos/widget-factory/widget-factory.ui examples/bloatpad.c +examples/plugman.c tests/a11y/accessible-name.ui tests/a11y/assistant.ui tests/a11y/buttons.ui diff --git a/po/POTFILES.skip b/po/POTFILES.skip index cc60b38b9e..f659c4c12a 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -3,6 +3,7 @@ demos/gtk-demo/menus.ui demos/gtk-demo/theming.ui demos/widget-factory/widget-factory.ui examples/bloatpad.c +examples/plugman.c gtk/paper_names.c tests/a11y/accessible-name.ui tests/a11y/assistant.ui -- 2.30.2